home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 16 / Mac Magazin and MacEasy Magazine CD - Issue 16.iso / Musik & Kunst / Coriolanus v.1.0 / Coriolanus v.1.0 / background_4186.xml < prev    next >
Extensible Markup Language  |  1995-11-24  |  18KB  |  451 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>4186</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_11236.pbm</bitmap>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3293.css" />
  11.     <part>
  12.         <id>1</id>
  13.         <type>field</type>
  14.         <visible> <true /> </visible>
  15.         <dontWrap> <false /> </dontWrap>
  16.         <dontSearch> <false /> </dontSearch>
  17.         <sharedText> <false /> </sharedText>
  18.         <fixedLineHeight> <false /> </fixedLineHeight>
  19.         <autoTab> <false /> </autoTab>
  20.         <lockText> <false /> </lockText>
  21.         <rect>
  22.             <left>5</left>
  23.             <top>316</top>
  24.             <right>260</right>
  25.             <bottom>338</bottom>
  26.         </rect>
  27.         <style>transparent</style>
  28.         <autoSelect> <false /> </autoSelect>
  29.         <showLines> <false /> </showLines>
  30.         <wideMargins> <true /> </wideMargins>
  31.         <multipleLines> <false /> </multipleLines>
  32.         <reservedFamily> 0 </reservedFamily>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>left</textAlign>
  36.         <font>Palatino</font>
  37.         <textSize>12</textSize>
  38.         <textStyle>bold</textStyle>
  39.         <textHeight>16</textHeight>
  40.         <name>Title</name>
  41.         <script></script>
  42.     </part>
  43.     <part>
  44.         <id>2</id>
  45.         <type>field</type>
  46.         <visible> <true /> </visible>
  47.         <dontWrap> <false /> </dontWrap>
  48.         <dontSearch> <false /> </dontSearch>
  49.         <sharedText> <false /> </sharedText>
  50.         <fixedLineHeight> <true /> </fixedLineHeight>
  51.         <autoTab> <false /> </autoTab>
  52.         <lockText> <false /> </lockText>
  53.         <rect>
  54.             <left>6</left>
  55.             <top>31</top>
  56.             <right>506</right>
  57.             <bottom>308</bottom>
  58.         </rect>
  59.         <style>scrolling</style>
  60.         <autoSelect> <false /> </autoSelect>
  61.         <showLines> <false /> </showLines>
  62.         <wideMargins> <true /> </wideMargins>
  63.         <multipleLines> <false /> </multipleLines>
  64.         <reservedFamily> 0 </reservedFamily>
  65.         <titleWidth>0</titleWidth>
  66.         <icon>0</icon>
  67.         <textAlign>left</textAlign>
  68.         <font>Palatino</font>
  69.         <textSize>12</textSize>
  70.         <textStyle>plain</textStyle>
  71.         <textHeight>18</textHeight>
  72.         <name>Body</name>
  73.         <script>on mouseUp-- 1992.05.02 - ^z - bg field script to make popup notes appearput the clickChunk into cput word 1 of c & word 2 of c & word 3 of c & word 4 of c into cfnif there is a card field cfn thenshow card field cfnelsebeepend ifend mouseUp</script>
  74.     </part>
  75.     <part>
  76.         <id>38</id>
  77.         <type>button</type>
  78.         <visible> <true /> </visible>
  79.         <reserved5> 0 </reserved5>
  80.         <reserved4> 0 </reserved4>
  81.         <reserved3> 0 </reserved3>
  82.         <reserved2> 0 </reserved2>
  83.         <reserved1> 0 </reserved1>
  84.         <enabled> <true /> </enabled>
  85.         <rect>
  86.             <left>244</left>
  87.             <top>314</top>
  88.             <right>271</right>
  89.             <bottom>340</bottom>
  90.         </rect>
  91.         <style>transparent</style>
  92.         <showName> <false /> </showName>
  93.         <highlight> <false /> </highlight>
  94.         <autoHighlight> <false /> </autoHighlight>
  95.         <sharedHighlight> <false /> </sharedHighlight>
  96.         <family>0</family>
  97.         <titleWidth>0</titleWidth>
  98.         <icon>1005</icon>
  99.         <textAlign>center</textAlign>
  100.         <font>Chicago</font>
  101.         <textSize>12</textSize>
  102.         <textStyle>plain</textStyle>
  103.         <name>Notes</name>
  104.         <script>on mouseUpif the optionKey is up thenif the selection is empty thenlock screenif the visible of fld "notes" thenhide fld "notes"set the rect of fld "body" to "6,31,506,308"if fld "notes" is empty thenset the icon of me to "empty notes"elseset the icon of me to "full notes"end ifunlock screen with visual zoom inelseshow fld "notes"set the rect of fld "body" to "6,31,506,164"unlock screen with visual zoom outif fld "notes" is empty thenselect after text of fld "notes"end ifend ifelseset cursor to watchif length of the selection + (length of cd fld "notes"¬¨of cd "notes") > 29950 thenanswer "Sorry, adding this text will overfill the Notes field."¬¨&& "You must first go and clean out some of the text presently"¬¨&& "in your notes." with "Cancel" or "OK"if it is "OK" thengo cd "notes"end ifexit to HyperCardend ifdoMenu "copy text"put the selectedChunk into theChunklock screengo cd "notes"if last char of cd fld "notes" <> return thenput return & return after cd fld "notes"end ifput fld "title" of recent cd & ":" & return & return after¬¨cd fld "notes"select after text of cd fld "notes"doMenu "paste text"go backunlock screenselect theChunkend ifelsevisual zoom outgo cd "notes"end ifend mouseUp</script>
  105.     </part>
  106.     <part>
  107.         <id>39</id>
  108.         <type>button</type>
  109.         <visible> <true /> </visible>
  110.         <reserved5> 0 </reserved5>
  111.         <reserved4> 0 </reserved4>
  112.         <reserved3> 0 </reserved3>
  113.         <reserved2> 0 </reserved2>
  114.         <reserved1> 0 </reserved1>
  115.         <enabled> <true /> </enabled>
  116.         <rect>
  117.             <left>270</left>
  118.             <top>314</top>
  119.             <right>296</right>
  120.             <bottom>339</bottom>
  121.         </rect>
  122.         <style>transparent</style>
  123.         <showName> <false /> </showName>
  124.         <highlight> <false /> </highlight>
  125.         <autoHighlight> <true /> </autoHighlight>
  126.         <sharedHighlight> <false /> </sharedHighlight>
  127.         <family>0</family>
  128.         <titleWidth>0</titleWidth>
  129.         <icon>1004</icon>
  130.         <textAlign>center</textAlign>
  131.         <font>Chicago</font>
  132.         <textSize>12</textSize>
  133.         <textStyle>plain</textStyle>
  134.         <name>New Button</name>
  135.         <script>on mouseUpif fld "title" contains "scene" thenput "scene" into theUnitelseput "card‚Äôs field" into theUnitend ifanswer "Do you want to print this" && theUnit & "?" with "Cancel"¬¨or "OK"if it is "OK" thenlock screenput fld "title" & return & return before fld "body"print fld "body"delete line 1 to 2 of fld "body"end ifend mouseUp</script>
  136.     </part>
  137.     <part>
  138.         <id>40</id>
  139.         <type>button</type>
  140.         <visible> <true /> </visible>
  141.         <reserved5> 0 </reserved5>
  142.         <reserved4> 0 </reserved4>
  143.         <reserved3> 0 </reserved3>
  144.         <reserved2> 0 </reserved2>
  145.         <reserved1> 0 </reserved1>
  146.         <enabled> <true /> </enabled>
  147.         <rect>
  148.             <left>296</left>
  149.             <top>314</top>
  150.             <right>323</right>
  151.             <bottom>340</bottom>
  152.         </rect>
  153.         <style>transparent</style>
  154.         <showName> <false /> </showName>
  155.         <highlight> <false /> </highlight>
  156.         <autoHighlight> <true /> </autoHighlight>
  157.         <sharedHighlight> <false /> </sharedHighlight>
  158.         <family>0</family>
  159.         <titleWidth>0</titleWidth>
  160.         <icon>20965</icon>
  161.         <textAlign>center</textAlign>
  162.         <font>Chicago</font>
  163.         <textSize>12</textSize>
  164.         <textStyle>plain</textStyle>
  165.         <name>Bookmark</name>
  166.         <script>on mouseUpif the number of this cd = (cd fld "bookmark" of cd 1) thenanswer "You already have your bookmark set at this card."exit to HyperCardelse if cd fld "bookmark" of cd 1 is not empty thenanswer "You presently have a bookmark at ‚Äú" & (fld "title" of cd¬¨(cd fld "bookmark" of cd 1)) & ".‚Äù Do you want to mark this card"¬¨&& "instead?" with "Cancel" or "Go there" or "Yes"if it is "go there" thenvisual zoom outgo cd (cd fld "bookmark" of cd 1)exit to hyperCardelse if it is "Yes" thenput the number of this cd into cd fld "bookmark" of cd 1end ifelseanswer "Do you want to set your bookmark at this card?" with "Cancel" or "Yes"if it is "Yes" thenput the number of this cd into cd fld "bookmark" of cd 1end ifend ifend mouseUp</script>
  167.     </part>
  168.     <part>
  169.         <id>41</id>
  170.         <type>button</type>
  171.         <visible> <true /> </visible>
  172.         <reserved5> 0 </reserved5>
  173.         <reserved4> 0 </reserved4>
  174.         <reserved3> 0 </reserved3>
  175.         <reserved2> 0 </reserved2>
  176.         <reserved1> 0 </reserved1>
  177.         <enabled> <true /> </enabled>
  178.         <rect>
  179.             <left>325</left>
  180.             <top>312</top>
  181.             <right>357</right>
  182.             <bottom>328</bottom>
  183.         </rect>
  184.         <style>transparent</style>
  185.         <showName> <false /> </showName>
  186.         <highlight> <false /> </highlight>
  187.         <autoHighlight> <false /> </autoHighlight>
  188.         <sharedHighlight> <false /> </sharedHighlight>
  189.         <family>0</family>
  190.         <titleWidth>0</titleWidth>
  191.         <icon>1009</icon>
  192.         <textAlign>center</textAlign>
  193.         <font>Chicago</font>
  194.         <textSize>12</textSize>
  195.         <textStyle>plain</textStyle>
  196.         <name>Find</name>
  197.         <script>on mouseUpglobal lastFind, lastChar, lastCardif the selection is empty thenask "What do you want to find?" with lastFindif it is empty then exit to HyperCardput it into lastFindelseput the selection into lastFindif the textstyle of the selectedChunk contains "group" thengo card "Glossary"find lastFind in cd field "Glossary"exit to HyperCardend ifend ifset cursor to watchif the number of words of lastFind < 2 thenfind lastFind in fld "body"elsefind whole lastFind in fld "body"end ifif the foundChunk is not empty thenput (word 4 of the foundChunk)+1 into lastCharput the short id of this card into lastCardelseanswer "Sorry, couldn‚Äôt find that!"end ifend mouseUp</script>
  198.     </part>
  199.     <part>
  200.         <id>42</id>
  201.         <type>button</type>
  202.         <visible> <true /> </visible>
  203.         <reserved5> 0 </reserved5>
  204.         <reserved4> 0 </reserved4>
  205.         <reserved3> 0 </reserved3>
  206.         <reserved2> 0 </reserved2>
  207.         <reserved1> 0 </reserved1>
  208.         <enabled> <true /> </enabled>
  209.         <rect>
  210.             <left>324</left>
  211.             <top>327</top>
  212.             <right>358</right>
  213.             <bottom>341</bottom>
  214.         </rect>
  215.         <style>transparent</style>
  216.         <showName> <false /> </showName>
  217.         <highlight> <false /> </highlight>
  218.         <autoHighlight> <true /> </autoHighlight>
  219.         <sharedHighlight> <false /> </sharedHighlight>
  220.         <family>0</family>
  221.         <titleWidth>0</titleWidth>
  222.         <icon>6658</icon>
  223.         <textAlign>center</textAlign>
  224.         <font>Chicago</font>
  225.         <textSize>12</textSize>
  226.         <textStyle>plain</textStyle>
  227.         <name>Find</name>
  228.         <script>on mouseUpglobal lastFind, lastChar, lastCardset cursor to watchlock screenif lastChar is empty thenanswer "You haven‚Äôt found anything yet!"exit to HyperCardend ifput char lastChar to the length of fld "body" of fld "body"¬¨into theRemainderif theRemainder contains lastFind thenput offset(lastFind,theRemainder) into thePlaceadd lastChar to thePlace --gives position in fld of new findunlock screenselect char thePlace-1 of fld "body"put thePlace + the length of lastFind + 1 into lastCharelsego next cardif the number of words of lastFind < 2 thenfind lastFind in fld "body"elsefind whole lastFind in fld "body"end ifif word 4 of the foundChunk = lastChar and the short id of ¬¨this card = lastCard thenanswer "This is only occurrence I could find."elseput word 4 of the foundChunk into lastCharput the short id of this card into lastCardend ifend ifend mouseUp</script>
  229.     </part>
  230.     <part>
  231.         <id>43</id>
  232.         <type>button</type>
  233.         <visible> <true /> </visible>
  234.         <reserved5> 0 </reserved5>
  235.         <reserved4> 0 </reserved4>
  236.         <reserved3> 0 </reserved3>
  237.         <reserved2> 0 </reserved2>
  238.         <reserved1> 0 </reserved1>
  239.         <enabled> <true /> </enabled>
  240.         <rect>
  241.             <left>358</left>
  242.             <top>317</top>
  243.             <right>386</right>
  244.             <bottom>337</bottom>
  245.         </rect>
  246.         <style>transparent</style>
  247.         <showName> <false /> </showName>
  248.         <highlight> <false /> </highlight>
  249.         <autoHighlight> <true /> </autoHighlight>
  250.         <sharedHighlight> <true /> </sharedHighlight>
  251.         <family>0</family>
  252.         <titleWidth>0</titleWidth>
  253.         <icon>29019</icon>
  254.         <textAlign>center</textAlign>
  255.         <font>Chicago</font>
  256.         <textSize>12</textSize>
  257.         <textStyle>plain</textStyle>
  258.         <name>TopZ</name>
  259.         <script>on mouseUpset the scroll of field "Body" to 0end mouseUp</script>
  260.     </part>
  261.     <part>
  262.         <id>44</id>
  263.         <type>button</type>
  264.         <visible> <true /> </visible>
  265.         <reserved5> 0 </reserved5>
  266.         <reserved4> 0 </reserved4>
  267.         <reserved3> 0 </reserved3>
  268.         <reserved2> 0 </reserved2>
  269.         <reserved1> 0 </reserved1>
  270.         <enabled> <true /> </enabled>
  271.         <rect>
  272.             <left>385</left>
  273.             <top>317</top>
  274.             <right>408</right>
  275.             <bottom>337</bottom>
  276.         </rect>
  277.         <style>transparent</style>
  278.         <showName> <false /> </showName>
  279.         <highlight> <false /> </highlight>
  280.         <autoHighlight> <true /> </autoHighlight>
  281.         <sharedHighlight> <true /> </sharedHighlight>
  282.         <family>0</family>
  283.         <titleWidth>0</titleWidth>
  284.         <icon>12070</icon>
  285.         <textAlign>center</textAlign>
  286.         <font>Chicago</font>
  287.         <textSize>12</textSize>
  288.         <textStyle>plain</textStyle>
  289.         <name>UpZ</name>
  290.         <script>on mouseDownset the scroll of field "Body" to the scroll of field "Body" - ¬¨the textHeight of field "Body" * trunc(the height of field "Body" / ¬¨the textHeight of field "Body")end mouseDownon mouseStilldownset the scroll of field "Body" to the scroll of field "Body" - ¬¨the textHeight of field "Body" * trunc(the height of field "Body" / ¬¨the textHeight of field "Body")end mouseStillDown</script>
  291.     </part>
  292.     <part>
  293.         <id>45</id>
  294.         <type>button</type>
  295.         <visible> <true /> </visible>
  296.         <reserved5> 0 </reserved5>
  297.         <reserved4> 0 </reserved4>
  298.         <reserved3> 0 </reserved3>
  299.         <reserved2> 0 </reserved2>
  300.         <reserved1> 0 </reserved1>
  301.         <enabled> <true /> </enabled>
  302.         <rect>
  303.             <left>407</left>
  304.             <top>317</top>
  305.             <right>429</right>
  306.             <bottom>337</bottom>
  307.         </rect>
  308.         <style>transparent</style>
  309.         <showName> <false /> </showName>
  310.         <highlight> <false /> </highlight>
  311.         <autoHighlight> <true /> </autoHighlight>
  312.         <sharedHighlight> <true /> </sharedHighlight>
  313.         <family>0</family>
  314.         <titleWidth>0</titleWidth>
  315.         <icon>2730</icon>
  316.         <textAlign>center</textAlign>
  317.         <font>Chicago</font>
  318.         <textSize>12</textSize>
  319.         <textStyle>plain</textStyle>
  320.         <name>DownZ</name>
  321.         <script>on mouseDownset the scroll of field "Body" to the scroll of field "Body" + ¬¨the textHeight of field "Body" * trunc(the height of field "Body" / ¬¨the textHeight of field "Body")end mouseDownon mouseStillDownset the scroll of field "Body" to the scroll of field "Body" + ¬¨the textHeight of field "Body" * trunc(the height of field "Body" / ¬¨the textHeight of field "Body")end mouseStillDown</script>
  322.     </part>
  323.     <part>
  324.         <id>46</id>
  325.         <type>button</type>
  326.         <visible> <true /> </visible>
  327.         <reserved5> 0 </reserved5>
  328.         <reserved4> 0 </reserved4>
  329.         <reserved3> 0 </reserved3>
  330.         <reserved2> 0 </reserved2>
  331.         <reserved1> 0 </reserved1>
  332.         <enabled> <true /> </enabled>
  333.         <rect>
  334.             <left>465</left>
  335.             <top>317</top>
  336.             <right>485</right>
  337.             <bottom>337</bottom>
  338.         </rect>
  339.         <style>transparent</style>
  340.         <showName> <false /> </showName>
  341.         <highlight> <false /> </highlight>
  342.         <autoHighlight> <true /> </autoHighlight>
  343.         <sharedHighlight> <true /> </sharedHighlight>
  344.         <family>0</family>
  345.         <titleWidth>0</titleWidth>
  346.         <icon>1014</icon>
  347.         <textAlign>center</textAlign>
  348.         <font>Chicago</font>
  349.         <textSize>12</textSize>
  350.         <textStyle>plain</textStyle>
  351.         <name>Prev</name>
  352.         <script>on mouseUpset cursor to watchif the id of this cd <> id of first cd of this bg thenvisual effect stretch from topgo prevelseanswer "This is the first information card. Do you want"¬¨&& "to return to the Index?" with "Cancel" or "OK"if it is "OK" thenvisual zoom ingo cd 1end ifend ifend mouseUp</script>
  353.     </part>
  354.     <part>
  355.         <id>47</id>
  356.         <type>button</type>
  357.         <visible> <true /> </visible>
  358.         <reserved5> 0 </reserved5>
  359.         <reserved4> 0 </reserved4>
  360.         <reserved3> 0 </reserved3>
  361.         <reserved2> 0 </reserved2>
  362.         <reserved1> 0 </reserved1>
  363.         <enabled> <true /> </enabled>
  364.         <rect>
  365.             <left>487</left>
  366.             <top>317</top>
  367.             <right>510</right>
  368.             <bottom>337</bottom>
  369.         </rect>
  370.         <style>transparent</style>
  371.         <showName> <false /> </showName>
  372.         <highlight> <false /> </highlight>
  373.         <autoHighlight> <true /> </autoHighlight>
  374.         <sharedHighlight> <true /> </sharedHighlight>
  375.         <family>0</family>
  376.         <titleWidth>0</titleWidth>
  377.         <icon>1013</icon>
  378.         <textAlign>center</textAlign>
  379.         <font>Chicago</font>
  380.         <textSize>12</textSize>
  381.         <textStyle>plain</textStyle>
  382.         <name>Next</name>
  383.         <script>on mouseUpset cursor to watchif the short id of this cd <> short id of last cd of this bg thenvisual effect shrink to topgo nextelseanswer "This is the last scene in the play. Do you want to return"¬¨&& "to the Index?" with "Cancel" or "OK"if it is "OK" thenvisual zoom ingo first cdend ifend ifend mouseUp</script>
  384.     </part>
  385.     <part>
  386.         <id>48</id>
  387.         <type>button</type>
  388.         <visible> <true /> </visible>
  389.         <reserved5> 0 </reserved5>
  390.         <reserved4> 0 </reserved4>
  391.         <reserved3> 0 </reserved3>
  392.         <reserved2> 0 </reserved2>
  393.         <reserved1> 0 </reserved1>
  394.         <enabled> <true /> </enabled>
  395.         <rect>
  396.             <left>434</left>
  397.             <top>317</top>
  398.             <right>462</right>
  399.             <bottom>337</bottom>
  400.         </rect>
  401.         <style>transparent</style>
  402.         <showName> <false /> </showName>
  403.         <highlight> <false /> </highlight>
  404.         <autoHighlight> <true /> </autoHighlight>
  405.         <sharedHighlight> <true /> </sharedHighlight>
  406.         <family>0</family>
  407.         <titleWidth>0</titleWidth>
  408.         <icon>30557</icon>
  409.         <textAlign>center</textAlign>
  410.         <font>Chicago</font>
  411.         <textSize>12</textSize>
  412.         <textStyle>plain</textStyle>
  413.         <name>First</name>
  414.         <script>on mouseUpset cursor to watchvisual effect zoom ingo cd 1end mouseUp</script>
  415.     </part>
  416.     <part>
  417.         <id>49</id>
  418.         <type>field</type>
  419.         <visible> <false /> </visible>
  420.         <dontWrap> <false /> </dontWrap>
  421.         <dontSearch> <false /> </dontSearch>
  422.         <sharedText> <false /> </sharedText>
  423.         <fixedLineHeight> <true /> </fixedLineHeight>
  424.         <autoTab> <false /> </autoTab>
  425.         <lockText> <false /> </lockText>
  426.         <rect>
  427.             <left>6</left>
  428.             <top>167</top>
  429.             <right>506</right>
  430.             <bottom>300</bottom>
  431.         </rect>
  432.         <style>scrolling</style>
  433.         <autoSelect> <false /> </autoSelect>
  434.         <showLines> <false /> </showLines>
  435.         <wideMargins> <true /> </wideMargins>
  436.         <multipleLines> <false /> </multipleLines>
  437.         <reservedFamily> 0 </reservedFamily>
  438.         <titleWidth>0</titleWidth>
  439.         <icon>0</icon>
  440.         <textAlign>left</textAlign>
  441.         <font>Palatino</font>
  442.         <textSize>12</textSize>
  443.         <textStyle>plain</textStyle>
  444.         <textHeight>18</textHeight>
  445.         <name>Notes</name>
  446.         <script>on closeFieldif me is emtpy thenset the icon of bg btn "notes" to "empty notes"elseset the icon of bg btn "notes" to "full notes"end ifpass closeFieldend closeField</script>
  447.     </part>
  448.     <name>Shakespeare</name>
  449.     <script></script>
  450. </background>
  451.